object code

object code

美 [ˈɑbdʒəkt ˌkoʊd]  英 [ˈɒbdʒekt ˌkəʊd]

  • n.(编译或汇编程序的)目标码
  • 网络目标代码;目的码;对象代码

词形变化

复数:object codes  

英汉双解

n.
1.
(编译或汇编程序的)目标码,目标代码the language into which a program is translated using a compiler or an assembler

英汉解释

n.
1.
目的码

英英解释

n.

例句

In contrast, when aninlined function is invoked, the compiler inserts the object code for that function at the point-of-call.

相反函数调用时候编译对象代码插入引用函数

Allowing outsiders to have access to the source or object code for these assets would be extremely damaging to the company.

允许外人访问这些属于公司资产目标公司产生极大危害

Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls.

实际上整个内核没有只是增加对象代码几个函数调用重定向指令

must be translated by a compiler or interpreter or assembler into the object code for a particular computer before execution.

必须汇编程序解释程序执行翻译特定计算机目标

The source code text of a piece of software and its object code text should be seen as one work.

同一程序文本目标文本应当视为同一作品

To translate all the source code of a program from a high-level language into object code prior to execution of the program.

程序运行高级语言编写程序代码翻译目标代码

But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution.

但是一个应用程序虚拟化环境对象代码一个抽象机器经过以便执行

A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code.

处理器操纵数据编译汇编器连接定位输出文件含有目标代码

Through a compilation process, this high-level code is compiled into an intermediate representation called object code.

通过一个编译过程高级代码编译一个对象代码中间表示

The statements generated by initializers are placed in object code before the body of your constructors.

对象代码里面初始生成表达放置构造函数前面

However, the resulting object code is not used to run the page.

但是产生对象代码用于运行

Although BCPL was a high-level language (similar to C), the intermediate code that the compiler generated was called O-code (Object code).

尽管BCPL一种高级语言类似C),编译生成中间代码叫做O-code(对象代码)。

As a powerful means to protect software, object-code obfuscation can obstruct malicious software analysis effectively.

目标代码混淆技术软件进行保护一种有力手段能够有效阻挡软件恶意分析

They are used to putting all the processing in their object code. The database is an afterthought.

他们习惯所有处理对象代码完成事后添加数据库

Allthat remains is to place the object code into a ROM or download it via a debugging tool.

放置目标代码ROM通过调试工具下载

Three types of applications programs translate from source code to object code: compilers, interpreters, and assemblers.

代码转换目标共有不同类型应用程序编译程序解释程序汇编程序

The object code for a VM is also called bytecode, specifically defining an instruction set that an interpreter executes.

VM对象代码称为bytecode特别定义解释程序执行一个指令

Software is the machine readable ( object code ) version of computer programs developed or marketed by Cisco and related documentation .

软件思科开发销售电脑程序可读机器版本目标代码相关文件

Leaving it to the compiler to implement the default behavior is simpler, less error-prone, and often leads to better object code.

留给编译实现缺省行为简单不易出错并且常常产生更好目标

The former command generates a tarball of object code, ksplice-8c4o6u. tar. gz, to be patched into the kernel.

一个命令生成tarball文件ksplice-8c4o6u.tar.gz,其中包含应用内核补丁对象代码

The Client-Side Click-to-Action source object code shown in Listing 1 is auto generated and inserted in the C2ASourceView. jsp.

列表1显示客户端点击操作对象代码自动生成插入C2ASourceView.jsp

The Client-Side Click-to-Action target object code shown in Listing 4 is auto generated and inserted in the C2ATargetView. jsp.

列表4客户端点击操作对象代码自动生成插入C2ATargetView.jsp

In this case, the high-level program is called the source code , and the translated program is called the object code or the executable .

在此意义高级语言程序称为代码编译程序称为目标代码或者可执行程序

The Client-Side Click-to-Action source object code is updated, as shown in Listing 3.

客户端点击操作对象代码得到更新列表3

The Client-Side Click-to-Action source object code is updated as shown in Listing 8.

客户端点击操作对象代码更新列表8

A file containing object code. The output of a compiler or assembler.

包含代码文件编译汇编输出

As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.

正如名称表示编译文件中止headerstop之前一种经过编译形式包含目标代码

The terse syntax is attractive to professional programmer, and the compilers generate very deficient object code.

C语言简洁语法专业编程人员有吸引力而且编译程序能够产生高效目标代码

A linker can create a binary file from the portion of assembly object code, wherein the binary file is target independent.

链接器可以根据汇编对象代码部分创建二进文件其中文件独立目标

A printout giving instructions and narrative as originally prepared and the object code resulting from them.

编写指令注解说明以及由此得到目的代码打印输出

You'll get the benefits of avoiding code duplication, and constructor initializers generate much more efficient object code.

这样好处避免代码重复构造函数初始生成高效对象代码

Computer programs include source code programs and object code programs.

计算机程序包括程序目标程序

In contrast, statically linked object code requires that the application be relinked when the functions change.

相反静态链接对象代码要求函数更改重新链接应用程序

Computer programs, whether in source or object code, shall be protected as literary works under the Berne Convention (1971).

计算机程序无论代码目标代码作为伯尔尼公约》(1971)文字作品加以保护

The compiler can compile Java source files, class files, or even entire jar files to object code.

编译可以Java文件文件甚至整个jar文件编译目标

This is the default setup of projects in Visual Studio and the default behavior of the linker building the final binary from object code.

VisualStudio项目默认安装以及链接器根据对象代码生成最终二进文件默认行为

A compiler that runs on a different platform than the one for which it produces object code.

一个运行不同平台编译其中之一产生目标代码

Such "modular" object code is more easily manipulated by Ksplice.

Ksplice容易处理这种模块化对象代码

Compelled to copy the source along with the object code.

目标一起复制源码

Listing 3 shows the mock device object code.

清单3模拟设备对象代码